home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / background_108322.txt < prev    next >
Text File  |  1989-08-22  |  6KB  |  302 lines

  1. -- background: 108322 from stack: in
  2. -- bmap block id: 108672
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 1.2.3 Example
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 29 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=21 top=98 right=265 bottom=122
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: item1
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   set the hilite of me to true
  37.   go cd "‚ÄúNetwork‚Äù Defined E/2"
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 31 (button)
  43. -- low flags: 00
  44. -- high flags: 2000
  45. -- rect: left=350 top=98 right=265 bottom=451
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: item3
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   set the hilite of me to true
  57.   go cd "‚ÄúNetwork‚Äù Defined E/4"
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 5 (button)
  63. -- low flags: 00
  64. -- high flags: 0000
  65. -- rect: left=443 top=5 right=72 bottom=512
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: Instant Reference
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   instantReference "1.2.3"
  77. end mouseUp
  78.  
  79.  
  80. -- part 6 (button)
  81. -- low flags: 00
  82. -- high flags: 2000
  83. -- rect: left=482 top=176 right=205 bottom=511
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 162 / 162
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: Help
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   Help
  95. end mouseUp
  96.  
  97.  
  98.  
  99. -- part 7 (button)
  100. -- low flags: 00
  101. -- high flags: 2000
  102. -- rect: left=480 top=143 right=172 bottom=511
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 1310 / 1310
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: Student Services
  111. ----- HyperTalk script -----
  112. on mousedown
  113.   SSpopUp
  114. end mousedown
  115.  
  116. on mouseup
  117.   if the mouseloc is not within the rect of me then exit to hyperCard
  118.   doSS
  119. end mouseup
  120.  
  121.  
  122.  
  123. -- part 8 (button)
  124. -- low flags: 00
  125. -- high flags: 2000
  126. -- rect: left=482 top=294 right=320 bottom=509
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 1236 / 1236
  129. -- text alignment: 1
  130. -- font id: 0
  131. -- text size: 12
  132. -- style flags: 0
  133. -- line height: 16
  134. -- part name: Last Menu
  135. ----- HyperTalk script -----
  136. on mouseUp
  137.   Lesson
  138. end mouseUp
  139.  
  140.  
  141.  
  142. -- part 9 (button)
  143. -- low flags: 00
  144. -- high flags: 2000
  145. -- rect: left=493 top=319 right=341 bottom=512
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 1237 / 1237
  148. -- text alignment: 1
  149. -- font id: 0
  150. -- text size: 12
  151. -- style flags: 0
  152. -- line height: 16
  153. -- part name: Next
  154. ----- HyperTalk script -----
  155. on mouseUp
  156.   lock screen
  157.   go next
  158.   unlock screen with scroll left
  159. end mouseUp
  160.  
  161.  
  162. -- part 10 (button)
  163. -- low flags: 00
  164. -- high flags: 2000
  165. -- rect: left=478 top=319 right=341 bottom=498
  166. -- title width / last selected line: 0
  167. -- icon id / first selected line: 1238 / 1238
  168. -- text alignment: 1
  169. -- font id: 0
  170. -- text size: 12
  171. -- style flags: 0
  172. -- line height: 16
  173. -- part name: Prev
  174. ----- HyperTalk script -----
  175. on mouseUp
  176.   lock screen
  177.   go prev
  178.   unlock screen with scroll right
  179. end mouseUp
  180.  
  181.  
  182. -- part 11 (field)
  183. -- low flags: 01
  184. -- high flags: 0000
  185. -- rect: left=16 top=38 right=67 bottom=437
  186. -- title width / last selected line: 0
  187. -- icon id / first selected line: 0 / 0
  188. -- text alignment: 0
  189. -- font id: 156
  190. -- text size: 20
  191. -- style flags: 0
  192. -- line height: 26
  193. -- part name: Subtitle
  194.  
  195.  
  196. -- part 24 (field)
  197. -- low flags: 01
  198. -- high flags: 0000
  199. -- rect: left=16 top=68 right=88 bottom=452
  200. -- title width / last selected line: 0
  201. -- icon id / first selected line: 0 / 0
  202. -- text alignment: 0
  203. -- font id: 3
  204. -- text size: 10
  205. -- style flags: 256
  206. -- line height: 15
  207. -- part name: Instruction
  208.  
  209.  
  210. -- part 25 (field)
  211. -- low flags: 01
  212. -- high flags: 0000
  213. -- rect: left=17 top=267 right=319 bottom=123
  214. -- title width / last selected line: 0
  215. -- icon id / first selected line: 0 / 0
  216. -- text alignment: 0
  217. -- font id: 156
  218. -- text size: 16
  219. -- style flags: 0
  220. -- line height: 17
  221. -- part name: Caption1
  222.  
  223.  
  224. -- part 28 (field)
  225. -- low flags: 01
  226. -- high flags: 0000
  227. -- rect: left=180 top=267 right=319 bottom=286
  228. -- title width / last selected line: 0
  229. -- icon id / first selected line: 0 / 0
  230. -- text alignment: 0
  231. -- font id: 156
  232. -- text size: 16
  233. -- style flags: 0
  234. -- line height: 17
  235. -- part name: Caption2
  236.  
  237.  
  238. -- part 21 (field)
  239. -- low flags: 81
  240. -- high flags: 0001
  241. -- rect: left=423 top=0 right=13 bottom=466
  242. -- title width / last selected line: 0
  243. -- icon id / first selected line: 0 / 0
  244. -- text alignment: 65535
  245. -- font id: 4
  246. -- text size: 9
  247. -- style flags: 0
  248. -- line height: 12
  249. -- part name: CardTitle
  250.  
  251.  
  252. -- part 33 (button)
  253. -- low flags: 00
  254. -- high flags: 2000
  255. -- rect: left=184 top=98 right=265 bottom=285
  256. -- title width / last selected line: 0
  257. -- icon id / first selected line: 0 / 0
  258. -- text alignment: 1
  259. -- font id: 0
  260. -- text size: 12
  261. -- style flags: 0
  262. -- line height: 16
  263. -- part name: item2
  264. ----- HyperTalk script -----
  265. on mouseUp
  266.   set the hilite of me to true
  267.   go cd "‚ÄúNetwork‚Äù Defined E/3"
  268. end mouseUp
  269.  
  270.  
  271.  
  272. -- part 34 (field)
  273. -- low flags: 01
  274. -- high flags: 0000
  275. -- rect: left=346 top=267 right=319 bottom=452
  276. -- title width / last selected line: 0
  277. -- icon id / first selected line: 0 / 0
  278. -- text alignment: 0
  279. -- font id: 156
  280. -- text size: 16
  281. -- style flags: 0
  282. -- line height: 17
  283. -- part name: Caption3
  284.  
  285.  
  286. -- part 35 (button)
  287. -- low flags: 00
  288. -- high flags: 2000
  289. -- rect: left=482 top=208 right=234 bottom=509
  290. -- title width / last selected line: 0
  291. -- icon id / first selected line: 1234 / 1234
  292. -- text alignment: 1
  293. -- font id: 0
  294. -- text size: 12
  295. -- style flags: 0
  296. -- line height: 16
  297. -- part name: Lesson
  298. ----- HyperTalk script -----
  299. on mouseUp
  300.   lesson "1.2.3"
  301. end mouseUp
  302.